(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/ports.h>
#include <proto/alib.h>
void DeletePort()
SYNOPSIS
struct MsgPort * mp

FUNCTION
Free a message port created by CreatePort()

INPUTS
mp
The result of CreatePort()
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
CreatePort(), CreateMsgPort(), DeleteMsgPort()
INTERNALS
HISTORY
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Copy priority

If the port has a name, then make it publically visible

28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.